Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollection Class / AddRange Method / AddRange(ListItem[]) Method
A specified collection added into the collection.


In This Topic
    AddRange(ListItem[]) Method
    In This Topic
    Adds some items of specified collection to the end of the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal items() As ListItem _
    ) 
    'Usage
     
    
    Dim instance As ListItemCollection
    Dim items() As ListItem
     
    instance.AddRange(items)
    public void AddRange( 
       ListItem[] items
    )

    Parameters

    items
    A specified collection added into the collection.
    See Also